You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The criteria from that file are
const conditions = {
title_contains: core.getInput("title-contains") || undefined,
body_contains: core.getInput("body-contains") || undefined,
body_is_blank: !!core.getInput("body-is-blank"),
};
In my reading, this means that the title must contain content and the body must contain content. I admit I don't understand the body-is-blank part.
What would you like to see added to BCD?
No
How impactful do you think this enhancement will be?
Question
Do you have anything more you want to share?
Could you explain how the spam filters work in the repository?(Issue related filter)
The text was updated successfully, but these errors were encountered: